Vcenter Vm Guest Processes Info
The Vcenter Vm Guest Processes Info schema describes the state of a guest process.
This schema was added in vSphere API 7.0.2.0.
{
"name": "string",
"owner": "string",
"command": "string",
"started": "string",
"finished": "string",
"exit_code": 0
}
The process name.
This property was added in vSphere API 7.0.2.0.
The process owner.
This property was added in vSphere API 7.0.2.0.
The full command line of the process.
This property was added in vSphere API 7.0.2.0.
The start time of the process.
This property was added in vSphere API 7.0.2.0.
If the process was started using POST /vcenter/vm/{vm}/guest/processes?action=create then the process completion time will be available if queried within 5 minutes after it completes.
This property was added in vSphere API 7.0.2.0.
Set if the process was started with POST /vcenter/vm/{vm}/guest/processes?action=create and has recently exited.
If the process was started using POST /vcenter/vm/{vm}/guest/processes?action=create then the process exit code will be available if queried within 5 minutes after it completes.
This property was added in vSphere API 7.0.2.0.
Set if the process was started with POST /vcenter/vm/{vm}/guest/processes?action=create and has recently exited.